'Declaration Public Overloads Shared Function LoadWith(Of TEntity)( _ ByVal source As IQueryable(Of TEntity), _ ByVal path As String _ ) As IQueryable(Of TEntity) |
public static IQueryable<TEntity> LoadWith<TEntity>( IQueryable<TEntity> source, string path ) |
Parameters
- source
- path
Type Parameters
- TEntity